-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature 217 view issue threads without logging in #1505
base: develop
Are you sure you want to change the base?
Feature 217 view issue threads without logging in #1505
Conversation
- Created a new view to display the feed - Updated feed template to display threads without having to register an account - Bugfixes for less files not being found in about.html and how_it_works.html - Modified new thread button to direct the user to login if they haven't been aurthenticated
Yes, all files should be formatted with ‘black’ |
Code Climate has analyzed commit ca4ccfc and detected 0 issues on this pull request. View more on Code Climate. |
Here's a demo of the changes that have been implemented. Users will be able to create and delete civis. They can view threads but if they attempt to create a civi they will be redirected to the login url, after they login, they'll be redirected back to the thread they viewed. demo_1.mp4I've managed to get the workflow to pass by editing accounts/views.py which satisfied the linter. Let me know if there's anything missing, hope this helps. |
Threads app update
threads
app templates to Django template syntax #1152